home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / dev / misc / libx11inc.lha / X11 / unix.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-03-09  |  272 b   |  22 lines

  1. /* Copyright (c) 1996 by A BIG Corporation.  All Rights Reserved */
  2.  
  3. /***
  4.    NAME
  5.      unix
  6.    PURPOSE
  7.      
  8.    NOTES
  9.      
  10.    HISTORY
  11.      Terje Pedersen - Mar 9, 1996: Created.
  12. ***/
  13.  
  14. #ifndef UNIX
  15. #define UNIX
  16.  
  17. #define S_IFCHR 512
  18. #define S_IFBLK 256
  19.  
  20.  
  21. #endif /* UNIX */
  22.